home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / present_.swf / scripts / DefineSprite_244 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  148 b   |  12 lines

  1. function showWindow()
  2. {
  3.    _visible = true;
  4.    play();
  5. }
  6. function hideWindow()
  7. {
  8.    _visible = false;
  9.    gotoAndStop(1);
  10. }
  11. hideWindow();
  12.